home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-1294.lzh / AMOSLIST / text0102.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  435 b   |  14 lines

  1. Flint,
  2.  
  3. I'm not sure what HTan does, but I can tell you this:
  4.  
  5. Never ever ever use Floating Point (eg. Sin/Cos/HTan) in any program that you
  6. want to be FAST.  For any type of arcade game you should always create integer
  7. tables for the Sin/Cos/Whatever functs you need, and simulate floating point
  8. by just dividing by 1,000 or something when you need the integer number.
  9. FYI.  ;)
  10.  
  11. Seumas @ Dark Unicorn Productions
  12. (sfmcnally@bix.com)
  13.  
  14.